-
Notifications
You must be signed in to change notification settings - Fork 113
Fix #1185 - Add additionalProperties when type object has default value and no props #1193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@edeandrea, mind taking a look on your side? We set That won't fix the model, though. You may notice inconsistencies in your API. The ideal solution is to resolve the issue on the server side. |
| [.description] | ||
| -- | ||
| Path to the Moqu (relative to the project). | ||
| Path to the Moqu OpenAPI files, relative to the `src/main/resources` directory. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mcruzdev when sending PRs to server/moqu make sure to run the whole build, from the top, locally.
…default value and no props Signed-off-by: Ricardo Zanini <[email protected]>
Signed-off-by: Ricardo Zanini <[email protected]>
2ec246b to
824ad70
Compare
...a/io/quarkiverse/openapi/generator/deployment/wrapper/OpenApiClientGeneratorWrapperTest.java
Dismissed
Show dismissed
Hide dismissed
...a/io/quarkiverse/openapi/generator/deployment/wrapper/OpenApiClientGeneratorWrapperTest.java
Dismissed
Show dismissed
Hide dismissed
gmunozfe
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a minor comment, good work @ricardozanini !
.../main/java/io/quarkiverse/openapi/generator/deployment/wrapper/QuarkusJavaClientCodegen.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Gonzalo Muñoz <[email protected]>
…ue and no props (#1193) * Fix #1185 - Add additionalProperties when type object has default value and no props Signed-off-by: Ricardo Zanini <[email protected]> * Fix Windows path Signed-off-by: Ricardo Zanini <[email protected]> * Adding Gonzalo's comment Co-authored-by: Gonzalo Muñoz <[email protected]> --------- Signed-off-by: Ricardo Zanini <[email protected]> Co-authored-by: Gonzalo Muñoz <[email protected]>
…ue and no props (#1193) (#1199) * Fix #1185 - Add additionalProperties when type object has default value and no props * Fix Windows path * Adding Gonzalo's comment --------- Signed-off-by: Ricardo Zanini <[email protected]> Co-authored-by: Ricardo Zanini <[email protected]> Co-authored-by: Gonzalo Muñoz <[email protected]>
Fix #1185
Many thanks for submitting your Pull Request ❤️!
Please make sure that your PR meets the following requirements:
[0.9.x] SubjectHow to backport a pull request to a different branch?
In order to automatically create a backporting pull request please add one or more labels having the following format
backport-<branch-name>, where<branch-name>is the name of the branch where the pull request must be backported to (e.g.,backport-quarkus2to backport the original PR to thequarkus2branch).Once the original pull request is successfully merged, the automated action will create one backporting pull request per each label (with the previous format) that has been added.
If something goes wrong, the author will be notified and at this point a manual backporting is needed.